
@charset "utf-8";
/*初始样式*/
body{ color:#333;font:14px "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam{ vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:0;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
i,em{ font-style:normal;}

input:-ms-input-placeholder{color: rgba(255,255,255,0.4);opacity:1;}
input::-webkit-input-placeholder{color: rgba(255,255,255,0.4);opacity:1;}
.tr {text-align:right;}
.tl {text-align:left;}
.center{ text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;}
.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
@keyframes myfirst{0%{background-position:0 0;} 100%{background-position:100% 100%;}}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden;}
i,em{ font-style:normal;}
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

/*头部*/
.header{height: 182px;max-width: 1920px;position: relative;z-index: 1;overflow: hidden;}
.header .top{height:118px;overflow: hidden;padding-top: 30px;box-sizing: border-box;}
.header .logo{float: left;height:60px;border-right: 1px solid #D8D8D8;padding-right: 15px;margin-right: 20px;padding-top: 0px;}
.header .logo img{width: 260px;height: 80px;display: block;margin-top: -10px;}
.header h2{font-size: 30px;color: #333;font-weight: bold;line-height: 24px;float: left;margin-top:4px;}
.header h2 span{display: block;font-size: 22px;color: #333;font-family: "Microsoft Yahei";font-weight: normal;margin-top: 8px;line-height: 18px;}
.header .tel{float: right;background: url(tel.png) no-repeat left top;font-size: 14px;color: #333;padding-left: 58px;height: 83px;line-height: 14px;box-sizing: border-box;padding-top: 6px;margin-top: -6px;}
.header .tel span{font-size: 35px;font-family: arial;display: block;color: #141414;margin-top: 10px;font-weight:  bold;line-height: 27px;}

.header .nav{background:#122a88;height: 64px;line-height: 64px;}
.header .nav .content{width: 1200px;margin: 0 auto;}
.header .nav li{float: left;position: relative;background-repeat: no-repeat;}
.header .nav li:after{content: "|";display: block;position: absolute;right: 0;top: 0;color: rgba(0,0,0,0.5);}
.header .nav li a{display:block;line-height: 64px;color: #fff;padding: 0 42px;position: relative;font-size: 16px;}
.header .nav li:last-child:after{display: none;}
.header .nav li:first-child a{padding-left: 45px;}
.header .nav li:first-child a:after{background:url(home.png) no-repeat;position: absolute;left: 15px;content: "";display: block;width: 16px;height: 15px;top: 24px;}
.header .nav li.cur:after,.header .nav li:hover:after{display: none;}
.header .nav li.cur a,.header .nav li:hover a{background: #F39800;color:#fff;}
.header .nav li:first-child.cur a:after,.header .nav li:first-child:hover a:after{background:url(home.png) no-repeat;}


/*底部*/
.footer{height: 346px;background:#353535;}
.f_con{height:246px;padding-top:70px;}
.sao{float: left;width: 232px;margin-top: -130px;height: 339px;background: #132d8f;border-top-left-radius: 40px;}
.sao h2{ display: block;margin: 0 auto;padding-top: 48px;width: 144px;}
.sao p{width: 144px;margin: 0 auto 0; background:url(code-bg.png) no-repeat center;}
.sao p img{width: 123px;height: 123px;padding: 40px 10px 0;display: block;}
.sao p span{display:block;font-size: 14px;color: #ffffff;line-height:14px;text-align: center;margin-top: 26px;}
.f_nav{float: left;width: 350px;padding-left: 135px;}
.f_nav p{  padding-top: 26px;border-top: 2px solid #5d5d5d;height: 84px;border-bottom: 2px solid #5d5d5d;}
.f_nav p a{float: left;font-size: 13px;color: #fff;line-height: 26px; display: block; padding-left: 28px;opacity: 0.5;margin-bottom: 10px;background:url(foot-sj.png) no-repeat left;margin-right: 54px;}
.f_nav p a:nth-child(3n){margin-right: 0;}
.f_nav > span{ display: block;font-size:14px ;color: #aeaeae;margin: 20px 0;line-height: 26px;}
.f_nav b{ font-weight: normal;}
.f_nav b a{color:#aeaeae;}
.f_nav b em{ display: block;font-size: 14px;color: #aeaeae;line-height: 22px;}
.f_nav b em i{ float: left;display: block;margin-right: 110px;}
.f_nav b em o{margin-left:10px;}
.gsxx{float: left;margin-left: 186px;}
.gsxx p{font-size: 14px;color: #aeaeae;line-height:14px;padding-left: 40px;padding-top: 12px;padding-bottom: 20px;}
.gsxx p b{ display: block;font-size: 14px;line-height: 14px;padding-bottom: 14px;}
.gsxx .p1{background:url(foot-icon1.png) no-repeat left;font-size: 1.6rem;line-height:1.6rem;color: #fff;font-weight: bold;padding-top: 0; }
.gsxx .p1 b{color: #aeaeae; }
.gsxx .p2{background:url(foot-icon2.png) no-repeat left; }
.gsxx .p3{background:url(foot-icon3.png) no-repeat left; }
.f_bt{height: 70px;line-height: 70px; background: #fff; color: #666666;}
.links{float: left;color: #666666;}
.links b{color: #000000;margin-right: 32px;}
.links a{margin-right: 56px;}


        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        .client-2 .my-kefu-zx i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #122a88;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #122a88;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    



  .p1-search-1 {

            background: #f2f2f2;

            height: 60px;

            border-bottom: 1px solid #eee;

            overflow: hidden;

            font-size: 14px;
			width:100%;

        }

        

        .p1-search-1 p {

            color: #444;

            line-height: 60px;
			text-align:left;

        }

        .gdhj{width:1200px;margin: 0 auto;}

        .p1-search-1 a {

            color: #444;

            display: inline-block;

            margin-right: 15px;

        }

        

        .p1-search-1-inp {

            width: 270px;

            height: 30px;

            border-radius: 20px;

            background: #fff;

            padding-left: 10px;

            margin-top: 15px;

        }

        

        .p1-search-1-inp input {

            border: 0;

        }

        

        .p1-search-1-inp1 {

            width: 224px;

            height: 30px;

            line-height: 30px;

            color: #a9a9a9;

            float: left;

        }

        

        .p1-search-1-inp2 {

            width: 30px;

            height: 30px;

            background: url(../images/VISkins-p1.png) no-repeat -258px -936px;

            float: right;

            cursor: pointer;

        }

.content{ width:1200px; margin:0 auto;}

.probox{height:1452px;font-family:"Microsoft Yahei";overflow: hidden;}

.pro_nav{background:url(../images/pronavbg.gif) no-repeat 0 0 #122a88;padding: 0 3px;width: 230px;margin-top: 32px;}

.pro_nav h3{line-height:35px;font-size: 30px;font-weight: normal;height:89px;padding:33px 0 0;text-align: center;}

.pro_nav h3 em{line-height:24px;font-size:24px;display: block;text-transform: uppercase;opacity: 0.4;font-family: Arial;}

.pro_nav a{color: #fff;display: inline-block;}

.pro_nc{height: 922px;padding: 12px 8px 0;background: #fff;}

.pro_nc h4{height:45px;padding:0 0 0 18px;background: #8b8b8b;font-size: 16px;margin-bottom: 12px;clear: both;line-height: 45px;border-radius: 3px;}

.pro_nc h4:hover,.pro_nc h4.pro_n1{background: #122a88;}

.pro_nc h4 a{display: block;padding: 0 0 0 28px;}

.pro_nc ul{display:none;}

.pro_nc ul.pro_c1{display:block;}

.pro_nc li{padding: 0 0 9px 44px;background:url(../images/ico03.gif) no-repeat 28px 9px;height: 25px;line-height: 25px;}

.pro_nc li a{display: block;color: #666;}

.pro_pho{clear: both;background:url(../images/c_pho.gif) no-repeat 32px 16px;text-align: center;color: #fff;padding: 16px;line-height: 20px;font-size: 16px;}

.pro_pho span{display: block;font-family: Arial;line-height: 30px;font-size: 24px;}



.pro_c{width: 963px;overflow: hidden;margin-top: 32px;}

.pro_c li{width: 304px;float: left;margin: 0 0 20px 17px;position: relative;}

.pro_c li p{border: solid 1px #dae0e7;}

.pro_c li p,.pro_c li p img{width: 302px;height: 226px;display: block;overflow: hidden;}

.pro_c li span{line-height: 43px;height: 43px;text-align: center;display: block;background: #fff;}

.pro_c li span a{display: block;color: #666;}

.tit01{

	padding-top: 90px;

    text-align: center;

}



.tit01  em {

    font-size: 48px;

    color: #333333;

    display: block;

    line-height: 48px;

    font-weight: bold;

}



.tit01  span {

    font-size: 18px;

    color: #333333;

    display: block;

    line-height: 18px;

    font-weight: normal;

    padding-top: 16px;

    text-align: center;

}



.tit2 {

    background: url(../images/tt-s2.png) no-repeat center;

}






.cpt-1{height:793px;background: url(../images/cpt1-bg.jpg) no-repeat center;}



.cpt-1 h2{padding-top:90px;text-align: center;}

.cpt-1 h2 em{font-size:48px;color:#333333;display: block;line-height:48px;font-weight:bold;}

.cpt-1 h2 span{font-size:18px;color:#333333;display: block;line-height:18px;font-weight: normal;padding-top:16px;text-align: center;}



.cp1{margin-top:32px;position:relative;}

.cp1 dl{height:539px;position:relative;}

.cp1 dl dt{float:right;margin-right: -360px;display: block;height:539px;width:960px;overflow:hidden;}

.cp1 dl dt img{display: block;height:539px;width:960px;transition: all 0.5s;}



.cp1 dl dt:hover img{transform:scale(1.1);}

.cp1 dl dd{float: left;width: 600px;height: 465px;margin-top: 60px;}

.cp1 dl dd h3{height:121px;border-bottom: 2px solid #cacaca;box-sizing: border-box;width: 510px;}

.cp1 dl dd h3 em{height: 50px;}

.cp1 dl dd h3 em img{float: left;display:block;width: 59px;height: 50px;}

.cp1 dl dd h3 em b{float: left;display:block;font-size: 38px;font-weight: bold;color: #005bac;margin-left: 11px;margin-top: 3px;}

.cp1 dl dd h3 span{display:block;font-size: 20px;font-weight: normal;color: #666666;line-height: 30px;float: left;margin-top: 20px;}





.cp1 dl dd .cpt-f{display: block;width: 540px;overflow: hidden;margin-top: 20px;}



.cp1 dl dd .cpt-f a{

	float: left;

    padding-left: 20px;

    /* width: 158px; */

    line-height: 50px;

    font-size: 18px;

    color: #1a1a1a;

    font-weight: normal;

    background: url(../images/dian.png) no-repeat left top 20px;}



.cp1 dl dd .cpt-f a:hover{color: #005bac;}

.cp1 dl dd .tjc{box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.04);padding: 12px;background: #ffffff;width:786px;margin-top: 50px;position: relative;z-index:99;}

.cp1 dl dd .tjc ul{border: 1px solid #efefef;overflow: hidden;}

.cp1 dl dd .tjc ul li{float: left;width: 260px;height: 195px;position: relative;}

.cp1 dl dd .tjc ul li i{width: 260px;height: 195px;display: block;overflow: hidden;border-right: 1px solid #efefef;box-sizing: border-box;}

.cp1 dl dd .tjc ul li i img{width: 260px;height: 195px;display: block;transition: all 0.5s;}

.cp1 dl dd .tjc ul li:hover i img{transform:scale(1.1);}





.cp1 dl dd .tjc ul li span{ position: absolute;left:20px;bottom:4px;display: block;font-size: 16px;line-height: 16px;color: #595959; width: 242px;}

.cp1 dl dd .tjc ul li em{ width: 20px;height: 20px;overflow: hidden; float: right;margin-right: 31px;}

.cp1 dl dd .tjc ul li em>img{ display: block;width: 20px;height: 20px;transition: all 0.5s; }

.cp1 dl dd .tjc ul li:hover em>img:nth-child(1){ margin-top: -20px; }

.cp1 dl dd .tjc ul li:last-of-type{border-right: none;}



.cp1 dl dd  .tjc .ban_pg{position: absolute;left:-3px;bottom:-30px;height:10px;z-index: 10;width:30%;text-align: center;}

.cp1 dl dd  .tjc .ban_pg li{display: inline-block;width: 10px;height: 10px;background: #c5c5c5;margin: 0 10px;vertical-align: top;font-size: 0;}

.cp1 dl dd  .tjc .ban_pg li.on{background: #000000;}





/* -- 浜у搧涓績2 -- */

.cpt-2{height:540px;background: url(../images/cpt2-bg.jpg) no-repeat center;}

.cp2{position: relative;}

.cp2 dl{height:539px;}

.cp2 dl dt{float:left;margin-left: -360px;display: block;height: 539px;width:960px;overflow:hidden;}

.cp2 dl dt img{display: block;height: 539px;width:960px;transition: all 0.5s;}



.cp2 dl dt:hover img{transform:scale(1.1);}





.cp2 dl dd{float: left;width: 600px;height: 445px;margin-top:94px;}

.cp2 dl dd h3{height:121px;border-bottom: 2px solid #cacaca;box-sizing: border-box;width: 510px;float: right;}

.cp2 dl dd h3 em{height: 50px;}

.cp2 dl dd h3 em img{float: left;display:block;width:61px;height: 50px;}

.cp2 dl dd h3 em b{float: left;display:block;font-size: 38px;font-weight: bold;color: #005bac;margin-left: 11px;margin-top: 3px;}

.cp2 dl dd h3 span{display:block;font-size: 16px;font-weight: normal;color: #666666;line-height: 30px;float: left;margin-top: 20px;}



.cp2 dl dd .cpt-f{display: block;width: 510px;overflow: hidden;margin-top: 20px;float: right;}







.cp2 dl dd .cpt-f a{

	float: left;

    padding-left: 20px;

    /* width: 158px; */

    line-height: 50px;

    font-size: 18px;

    color: #1a1a1a;

    font-weight: normal;

    background: url(../images/dian.png) no-repeat left top 20px;}











.cp2 dl dd .cpt-f a:hover{color: #005bac;}

.cp2 dl dd .tjc{box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.04);padding: 12px;background: #ffffff;width:786px;margin-top: 50px;position: relative;float: right;}

.cp2 dl dd .tjc ul{border: 1px solid #efefef;overflow: hidden;}

.cp2 dl dd .tjc ul li{float: left;width: 260px;height: 195px;position: relative;}

.cp2 dl dd .tjc ul li i{width: 260px;height: 195px;display: block;overflow: hidden;border-right: 1px solid #efefef;box-sizing: border-box;}

.cp2 dl dd .tjc ul li i img{width: 260px;height: 195px;display: block;transition: all 0.5s;}

.cp2 dl dd .tjc ul li span{ position: absolute;left:20px;bottom:4px;display: block;font-size: 16px;line-height: 16px;color: #595959; width: 242px;}

.cp2 dl dd .tjc ul li:hover i img{transform:scale(1.1);}



.cp2 dl dd .tjc ul li em{ width: 20px;height: 20px;overflow: hidden; float: right;margin-right: 31px;}

.cp2 dl dd .tjc ul li em>img{ display: block;width: 20px;height: 20px;transition: all 0.5s; }

.cp2 dl dd .tjc ul li:hover em>img:nth-child(1){ margin-top: -20px; }

.cp2 dl dd .tjc ul li:last-of-type{border-right: none;}



.cp2 dl dd .tjc .ban_pg{position: absolute;right:-7px;bottom:-30px;height:10px;z-index: 10;width:27%;text-align: center;}

.cp2 dl dd .tjc .ban_pg li{display: inline-block;width: 10px;height: 10px;background: #c5c5c5;margin: 0 10px;vertical-align: top;font-size: 0;}

.cp2 dl dd .tjc .ban_pg li.on{background: #000000;}







.cpt-3{height:540px;background: url(../images/cpt3-bg.jpg) no-repeat center;}



.cpt-3 h2{padding-top:90px;text-align: center;}

.cpt-3 h2 em{font-size:48px;color:#333333;display: block;line-height:48px;font-weight:bold;}

.cpt-3 h2 span{font-size:18px;color:#333333;display: block;line-height:18px;font-weight: normal;padding-top:16px;text-align: center;}



.cp3{position:relative;}

.cp3 dl{height:539px;position:relative;}

.cp3 dl dt{float:right;margin-right: -360px;display: block;height:539px;width:960px;overflow:hidden;}

.cp3 dl dt img{display: block;height:539px;width:960px;transition: all 0.5s;}



.cp3 dl dt:hover img{transform:scale(1.1);}

.cp3 dl dd{float: left;width: 600px;height: 450px;margin-top: 90px;}

.cp3 dl dd h3{height:121px;border-bottom: 2px solid #cacaca;box-sizing: border-box;width: 510px;}

.cp3 dl dd h3 em{height: 50px;}

.cp3 dl dd h3 em img{float: left;display:block;width: 59px;height: 50px;}

.cp3 dl dd h3 em b{float: left;display:block;font-size: 38px;font-weight: bold;color: #005bac;margin-left: 11px;margin-top: 3px;}

.cp3 dl dd h3 span{display:block;font-size: 20px;font-weight: normal;color: #666666;line-height: 30px;float: left;margin-top: 20px;}





.cp3 dl dd .cpt-f{display: block;width: 540px;overflow: hidden;margin-top: 20px;}



.cp3 dl dd .cpt-f a{

	float: left;

    padding-left: 20px;

    /* width: 158px; */

    line-height: 50px;

    font-size: 18px;

    color: #1a1a1a;

    font-weight: normal;

    background: url(../images/dian.png) no-repeat left top 20px;}



.cp3 dl dd .cpt-f a:hover{color: #005bac;}

.cp3 dl dd .tjc{box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.04);padding: 12px;background: #ffffff;width:786px;margin-top: 50px;position: relative;z-index:99;}

.cp3 dl dd .tjc ul{border: 1px solid #efefef;overflow: hidden;}

.cp3 dl dd .tjc ul li{float: left;width: 260px;height: 195px;position: relative;}

.cp3 dl dd .tjc ul li i{width: 260px;height: 195px;display: block;overflow: hidden;border-right: 1px solid #efefef;box-sizing: border-box;}

.cp3 dl dd .tjc ul li i img{width: 260px;height: 195px;display: block;transition: all 0.5s;}

.cp3 dl dd .tjc ul li:hover i img{transform:scale(1.1);}





.cp3 dl dd .tjc ul li span{ position: absolute;left:20px;bottom:4px;display: block;font-size: 16px;line-height: 16px;color: #595959; width: 242px;}

.cp3 dl dd .tjc ul li em{ width: 20px;height: 20px;overflow: hidden; float: right;margin-right: 31px;}

.cp3 dl dd .tjc ul li em>img{ display: block;width: 20px;height: 20px;transition: all 0.5s; }

.cp3 dl dd .tjc ul li:hover em>img:nth-child(1){ margin-top: -20px; }

.cp3 dl dd .tjc ul li:last-of-type{border-right: none;}



.cp3 dl dd  .tjc .ban_pg{position: absolute;left:-3px;bottom:-30px;height:10px;z-index: 10;width:30%;text-align: center;}

.cp3 dl dd  .tjc .ban_pg li{display: inline-block;width: 10px;height: 10px;background: #c5c5c5;margin: 0 10px;vertical-align: top;font-size: 0;}

.cp3 dl dd  .tjc .ban_pg li.on{background: #000000;}







.cpt-4{height:540px;background: url(../images/cpt4-bg.jpg) no-repeat center;}

.cp4{position: relative;}

.cp4 dl{height:539px;}

.cp4 dl dt{float:left;margin-left: -360px;display: block;height: 539px;width:960px;overflow:hidden;}

.cp4 dl dt img{display: block;height: 539px;width:960px;transition: all 0.5s;}



.cp4 dl dt:hover img{transform:scale(1.1);}





.cp4 dl dd{float: left;width: 600px;height: 465px;margin-top:94px;}

.cp4 dl dd h3{height:121px;border-bottom: 2px solid #cacaca;box-sizing: border-box;width: 510px;float: right;}

.cp4 dl dd h3 em{height: 50px;}

.cp4 dl dd h3 em img{float: left;display:block;width:61px;height: 50px;}

.cp4 dl dd h3 em b{float: left;display:block;font-size: 38px;font-weight: bold;color: #005bac;margin-left: 11px;margin-top: 3px;}

.cp4 dl dd h3 span{display:block;font-size: 16px;font-weight: normal;color: #666666;line-height: 30px;float: left;margin-top: 20px;}



.cp4 dl dd .cpt-f{display: block;width: 510px;overflow: hidden;margin-top: 20px;float: right;}







.cp4 dl dd .cpt-f a{

	float: left;

    padding-left: 20px;

    /* width: 158px; */

    line-height: 50px;

    font-size: 18px;

    color: #1a1a1a;

    font-weight: normal;

    background: url(../images/dian.png) no-repeat left top 20px;}











.cp4 dl dd .cpt-f a:hover{color: #005bac;}

.cp4 dl dd .tjc{box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.04);padding: 12px;background: #ffffff;width:786px;margin-top: 50px;position: relative;float: right;}

.cp4 dl dd .tjc ul{border: 1px solid #efefef;overflow: hidden;}

.cp4 dl dd .tjc ul li{float: left;width: 260px;height: 195px;position: relative;}

.cp4 dl dd .tjc ul li i{width: 260px;height: 195px;display: block;overflow: hidden;border-right: 1px solid #efefef;box-sizing: border-box;}

.cp4 dl dd .tjc ul li i img{width: 260px;height: 195px;display: block;transition: all 0.5s;}

.cp4 dl dd .tjc ul li span{ position: absolute;left:20px;bottom:4px;display: block;font-size: 16px;line-height: 16px;color: #595959; width: 242px;}

.cp4 dl dd .tjc ul li:hover i img{transform:scale(1.1);}



.cp4 dl dd .tjc ul li em{ width: 20px;height: 20px;overflow: hidden; float: right;margin-right: 31px;}

.cp4 dl dd .tjc ul li em>img{ display: block;width: 20px;height: 20px;transition: all 0.5s; }

.cp4 dl dd .tjc ul li:hover em>img:nth-child(1){ margin-top: -20px; }

.cp4 dl dd .tjc ul li:last-of-type{border-right: none;}



.cp4 dl dd .tjc .ban_pg{position: absolute;right:-7px;bottom:-30px;height:10px;z-index: 10;width:27%;text-align: center;}

.cp4 dl dd .tjc .ban_pg li{display: inline-block;width: 10px;height: 10px;background: #c5c5c5;margin: 0 10px;vertical-align: top;font-size: 0;}

.cp4 dl dd .tjc .ban_pg li.on{background: #000000;}


.casett{padding:0px 0 70px;}

.casett h2{margin-bottom: 50px;}

.case_con{position: relative;}

.case_list dl{float: left;width: 305px;margin-right: 8px;}

.case_list dt{height: 247px;overflow: hidden;}

.case_list dt img{display:block;width: 305px;height: 247px;transition: all 0.5s;}

.case_list dt:hover img{transform:scale(1.05);}

.case_list dd{height: 122px;background: #fff;position: relative;}

.case_list dd h3{font-size: 16px;color: #333;line-height: 16px;padding:26px 0 10px;}

.case_list dd p{font-size: 14px;color: #666;line-height: 24px;width: 300px;}

.case_list dd .more{position: absolute;right: 0;top: 24px;width: 115px;height: 74px;border-left:1px solid #ececec;font-size: 16px;color: #666;font-family: Arial;line-height: 16px;text-align: center;background:url(../images/c1.png) no-repeat center 24px;}

.case_list dd .more:hover,.case_list dd h3:hover a{color: #0060b7;}

.case_con .prev{position: absolute;width: 55px;height: 55px;left: -70px;top: 190px;background:url(../images/prevt.png) no-repeat;}

.case_con .next{position: absolute;width: 55px;height: 55px;right: -70px;top: 190px;background:url(../images/nextt.png) no-repeat;}

.case_con .prev:hover{background:url(../images/prevh.png) no-repeat;}

.case_con .next:hover{background:url(../images/nexth.png) no-repeat;}

.case_pg{height: 15px;padding:30px 0;text-align: center;}

.case_pg i{display: inline-block;width: 15px;height: 15px;background: #dcdcdc;border-radius: 50%;margin:0 10px;}

.case_pg i.cur{background: #2258c2;}

.cooptt{height: 314px;background: #fff;}

.cooptt h3{float: left;width: 130px;height: 314px;background: #1568b4;padding:0 40px;font-weight: normal;}

.cooptt h3 b{display:block;font-size: 26px;color: #fff;line-height: 26px;margin:68px 0 15px;height: 48px;position: relative;}

.cooptt h3 b:after{position: absolute;width: 98px;height: 1px;background: #75a6d3;content: "";left: 0;bottom: 0;}

.cooptt h3 i{display:block;font-size: 20px;color: #fff;font-family: Arial;opacity: 0.3;line-height: 24px;}

.coop_r{float: right;width: 990px;height: 282px;overflow: hidden;padding-top: 32px;}

.coop_r li{float: left;width: 247.5px;position: relative;}

.coop_r li img{display:block;width: 247px;height:125px;border-bottom: 1px solid #e6e6e6;}

.coop_r li a:nth-child(2n) img{border: 0;}

.coop_r li:after{position: absolute;width: 1px;height: 170px;background: #e6e6e6;content: "";left: -1px;top: 50%;margin-top: -85px;}



        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        
        .plc{width:1200px;margin :0px  auto 15px;}
        .p12-curmbs-1 b {
            border-left: 10px solid #f39800;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '瀹嬩綋';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;width:1200px;margin:20px  auto;
        }
        
        .tl-fdh-02 li {
            width: 14.2%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #fff;
            margin-right: -1px;
            background: #333;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            height: 55px;
            color: #fff;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(p16-icon6.png) no-repeat bottom center #f39800;
            border-color: #f39800;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    

        .p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 38px;}
        .p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;font-weight: normal;text-align: center; color:#4b4a4a;}
        .p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}
        .p12-aboutinfo-1-nr{padding:0 0 20px;}
		

        .k12-gl-gslb-3nf1-1-01-left dl {
            width: 24%;
            float: left;
            background: #f0f0f0;
            margin: 0 1.3% 13px 0
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
            margin-right: 0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt {
            border: 1px solid #e5e5e5;
            padding: 10px 9px;
            background: #fff;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt img {
            display: block;
            width: 100%;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4{
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            padding: 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f0f0f0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    
	
	        .k12-xl-xwlb-1nt2-1-01-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            display: inline-block;
            width:856px;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt {
            width: 45%;
            float: left;
            margin-right: 4%;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt img {
            width:100%; 
            display: block;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #122a88;}
        .k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
            color: #122a88;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .k12-xl-xwlb-1nt2-1-01-list-deta a{color:#fff;}
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
            background: #122a88;
            border-color: #122a88;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    
	
	        .fdh-01-tit {
            background: #122a88;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(p14-icon2.png) no-repeat right center #122a88;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color: #122a88;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #122a88;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #122a88;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #f39800;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    
	
	   .cplb-3n-ts-03-tit {
                height: 50px;
                font-size: 24px;
                font-weight: normal;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 15px;
            }
            
            .cplb-3n-ts-03-tit span {
                display: inline-block;
                height: 50px;
                border-bottom: 1px solid #f39800;
            }
            
            .cplb-3n-ts-03-list dl {
                width: 32.3%;
                border: 1px solid #dedede;
                margin-bottom: 15px;
                background: #fff;
                float: left;
                margin-right: 1.2%;
            }
            
            .cplb-3n-ts-03-list dl:nth-child(4n-1) {
                margin-right: 0;
            }
            
            .cplb-3n-ts-03-list dt img {
                width: 100%;
                margin: 0 auto;
                display: block;
				height:250px;
            }
            
            .cplb-3n-ts-03-list dd {
                padding: 6px 20px 5px 20px;
                height:50px;overflow: hidden;
            }
            
            .cplb-3n-ts-03-list dd h4 {
                height: 45px;
                font-weight: normal;
                font-size: 18px;
                color: #154c64;
                line-height: 45px;
                overflow: hidden;
                display: inline-block;
                width: 76%;
                vertical-align: middle;
            }
            
            .cplb-3n-ts-03-list h4 a {
                display: block;
                height: 45px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            
            .cplb-3n-ts-03-list dl:hover h4 a {
                color:  #122a88;
            }
            
            .cplb-3n-ts-03-list-desc {
                height: 40px;
                font-size: 14px;
                line-height: 20px;
                color: #444;
                margin-bottom: 12px;
                overflow: hidden;
            }
            
            .cplb-3n-ts-03-list-deta {
                width: 100px;
                height: 40px;
                display: inline-block;
                border: 1px solid #aaa;
                font-size: 16px;
                line-height: 40px;
                text-align: center;
            }
            .cplb-3n-ts-03-list dd em{
                display: inline-block;
                width: 22%;
                height: 34px;
                background: #333;
                text-align: center;
                line-height: 34px;
                border-radius: 20px;
                vertical-align: middle;
                margin-top: 6px;
            }
            .cplb-3n-ts-03-list dd em a{display:block;color:#fff;}
            .cplb-3n-ts-03-list dl:hover {
                border-color:  #122a88;
            }
            
            .cplb-3n-ts-03-list dl:hover a {
                color:  #122a88;
            }
            .cplb-3n-ts-03-list dl:hover em{background-color:  #122a88;}
            .cplb-3n-ts-03-list dl:hover em a{color:#fff;}
       
	   
	   
	   
	   
	           .p15-infocontent-1 {
            margin-bottom: 30px;
        }
        
        .p15-infocontent-1-tit {
            text-align: center;
            font-weight: normal;
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 40px;
            color: #535353;
            height: 40px;
            overflow: hidden;
        }
        
        .p15-infocontent-1-bool {
            border-bottom: 1px solid #f39800;
            height: 20px;
            font-size: 12px;
            color:#909090;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 20px;
        }
        
        .p15-infocontent-1-bool span a {
            color: #909090;
        }
        
        .p15-infocontent-1-bool i {
            font-style: normal;
            float: right;
            display: block;
            width: 80px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #f39800;
        }
        
        .p15-infocontent-1-bool i a {
            color: #fff;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 15px;
        }
        
        .p15-infocontent-1-tag span {
            margin-right: 10px;
        }
    

        .p14-info-3 {
            background: #f5f5f5;
            padding: 8px 20px;
        }
        
        .p14-info-3-tit {
            height: 55px;
            font-size: 24px;
            font-weight: normal;
            line-height: 55px;
            color: #4b4a4a;
        }
        
        .p14-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-top: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-3-list li h4 a{ color:#4b4a4a;}
        .p14-info-3-list li h4 span {
            float: right;
        }
    

        .p14-pagination-1 dl {
            margin-bottom: 24px;
            padding-right: 0px;
        }
        
        .p14-pagination-1 dd {
            height: 32px;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-pagination-1 dd b{float: right;font-weight:normal;}
        
        .p14-pagination-1 dd span {
            width: 60px;
            height: 32px;
            background: #a2a2a2;
            color: #fff;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .p14-pagination-1 dt {
            height: 1px;
            border-bottom: 1px dashed #b5b5b5;
            margin-left: 60px;
            padding-top: 2px;
            margin-bottom: 2px;
        }
        .p14-pagination-1 dd em{float: right; padding-left: 20px;font-weight: normal;}
        .p14-pagination-1 dl a{color:#4b4a4a;}
        .p14-pagination-1-href {
            float: right;
            font-size: 18px;
            line-height: 32px;
        }
        
        .p14-pagination-1-href span {
            display: inline-block;
            padding: 0 6px;
            margin-left: 4px;
            background: #f39800;
        }
        
        .p14-pagination-1-href a {
            display: block;
            color: #fff;
        }
        
        .p14-pagination-1-key {
            min-height: 40px;
            border-top: 1px solid #f39800;
            font-size: 14px;
            line-height: 40px;
            color:#575556;
        }
        .p14-pagination-1-key a{ color:#575556;}
        .p14-pagination-1-key span {
            display: inline-block;
            margin: 0 4px;
        }
    

        
        .p14-left-nav-1-tit {
            background: #122a88;
            height: 80px;                            
        }
        
        .p14-left-nav-1-tit h2 {
            height: 75px;
            font-size: 24px; 
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
            
        }
        .p14-left-nav-1-tit h2 span{font-size: 14px; text-transform: uppercase;}
         
        
        .p14-left-nav-1-nav-one h3 {
            height: 50px;
            line-height: 50px; 
            background:url(images/p14-icon5.png) no-repeat right center #ececeb; 
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .p14-left-nav-1-nav-one h3 a {
            display: block; 
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px; 
            color: #666;
        }
        
        .p14-left-nav-1-nav-one h3.sidenavcur,.p14-left-nav-1-nav-one h3:hover{
            background: url(images/p14-icon2.png) no-repeat right center #122a88; 
        }  
        .p14-left-nav-1-nav-one h3.sidenavcur a,.p14-left-nav-1-nav-one h3:hover a{
            color: #fff
        }
        
        .p14-left-nav-1-nav dl{
            padding: 2px 0 4px;
        }
        .p14-left-nav-1-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px; 
            margin-bottom: 1px;
            background:#ececec;
            position: relative;
            overflow: hidden;	
            
        }
        .p14-left-nav-1-nav dt:after{      
        	content: "";
        	width: 8px;
        	height: 8px;              	
        	border: 2px solid #b8b8b8;
        	border-style: solid solid none none;
        	position: absolute; 
        	top: 50%;
        	right: 32px;
        	margin-top: -4px;
        	-webkit-transform: rotate(45deg);
        	-moz-transform: rotate(45deg);
        	-ms-transform: rotate(45deg);
        	-o-transform: rotate(45deg);
        	transform: rotate(45deg);
        }
        
        .p14-left-nav-1-nav dt.sidenavcur:after,.p14-left-nav-1-nav dt:hover:after {
                    	border-color:#122a88;  
        }
        .p14-left-nav-1-nav dt.sidenavcur a,.p14-left-nav-1-nav dt:hover a{color: #122a88; }
        
        .p14-left-nav-1-nav dd{
            border: 1px solid #ececec;                             
            border-bottom:0;     
        }
        .p14-left-nav-1-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px; 
            border-bottom: 1px solid #ececec; 
            background: #fff;
            position: relative;
            overflow: hidden;
        }
          
                          
        /*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/
        
       
        .p14-left-nav-1-nav p.sidenavcur a,.p14-left-nav-1-nav p:hover a{color:#122a88;} 
         
        .p14-left-nav-1-nav p.sidenavcur:after ,.p14-left-nav-1-nav p:hover:after  {background: #f39800; } 
        
        .p14-left-nav-1-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
		
		
		
		        .p14-product-3-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .p14-product-3-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 30px;
            border-bottom: 2px solid #f39800;
            background:url(p14-icon11.png) no-repeat 0 center;
        }
        
        .p14-product-3-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            text-transform: uppercase;
            color: #c2c2c1;
        }
        
        .p14-product-3-list dl {
            float: left;
            width: 32%;
            margin-right: 2%;
            position: relative;
            box-sizing: border-box;
            overflow: hidden;
            margin-bottom:60px;
        }
        
        .p14-product-3-list dl:nth-child(3n) {
            margin-right: 0;
        }
        
        .p14-product-3-list dl img {
            display: block;
            width: 100%;
			height:250px;
        }
        
        .p14-product-3-list dd {
            padding: 12px 20px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
        }
        
        .p14-product-3-list h4 {
            height: 22px;
            font-size: 16px;
            font-weight: normal;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-3-list h4 a {
            color: #fff;
        }
        
        .p14-product-3-desc {
            font-size: 14px;
            color: #fff;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-3-list dl:hover {
            border-color: #122a88;
        }
		
		
		


        .k12-cx-cpgs-ts2-1-01 {
            position: relative;
            margin-bottom: 15px;
            background: #fff;
        }
        
        .k12-cx-cpgs-ts2-1-01-right-con {
            line-height: 24px;
            font-size: 14px;
            height: 308px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        .k12-cx-cpgs-ts2-1-01-right-con b{
            display: inline-block;
            background: #122a88;
            line-height: 30px;
            text-align: center;
            color: #fff;
            padding: 0 12px;
        }
        .k12-cx-cpgs-ts2-1-01-right-con p{
            margin: 10px 0 15px 0;
        }
        .k12-cx-cpgs-ts2-1-01-right-con p span{
            display: inline-block;
            padding-right: 5%;
            color: #333;
        }
        .k12-cx-cpgs-ts2-1-01-left {
            position: relative;
            width: 60%; 
            float: left;
            line-height: 0;
            overflow: hidden;
            margin-right: 4.16%;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-jt {
            width: 12px;
            height: 23px;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            cursor: pointer;
            z-index: 33;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-prev {
            left: 10px;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-next {
            right: 10px;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-size {
            position: absolute;
            right: 20px;
            bottom: 20px;
            width: 56px;
            height: 24px;
            font-size: 14px;
            text-align: center;
            line-height: 24px;
            background: rgba(0,0,0,0.5);
            border-radius: 12px;
            color: #fff;
            letter-spacing: 3px;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-pic {
            width: 100%;
            text-align: center;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-pic li {
            float: left;
        }
        
        .k12-cx-cpgs-ts2-1-01-left-pic img {
            width: 560px;
            display: block;
			height:380px;

        }
        
        .k12-cx-cpgs-ts2-1-01-right {
            width: 35.8%;
            float: right;
        }
        
        .k12-cx-cpgs-ts2-1-01-right-tit {
            height: 45px;
            font-size: 24px;
            font-weight: normal;
            line-height: 40px;
            color: #122a88;
            margin-bottom: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px solid #ddd;
        }
    

        .p14-prodcontent-1 {
           background: #fff;
        } 
        .p14-prodcontent-1-nav{ height: 56px; border-bottom: 1px solid #ebebeb;background:#f5f5f5;}
        .p14-prodcontent-1-nav li{float: left;font-size: 18px; line-height: 56px; color:#444; padding: 0 30px; border-right: 1px solid #ebebeb; cursor: pointer;}
        /*.p14-prodcontent-1-nav li:nth-child(3),.p14-prodcontent-1-nav li:nth-child(4){display:none;}*/
        .p14-prodcontent-1-nav li.cur{ background: url(images/p14-icon10.png) no-repeat center bottom #122a88; color: #fff;}
        .p14-prodcontent-1-text{display: none;}
        /*.p14-prodcontent-1-desc{padding-left:15px;padding-right: 15px;}*/
        .p14-prodcontent-1-cur{display: block;}
    

.pro-form{margin-top:30px;margin-bottom:40px;}
.pro-form input:-ms-input-placeholder,.pro-form input:-ms-textarea-placeholder{color: rgba(0,0,0,0.5);opacity:1;}
.pro-form input::-webkit-input-placeholder,.pro-form input::-webkit-textarea-placeholder{color: rgba(0,0,0,0.5);opacity:1;}
.pro-form li{line-height:40px;position:relative;margin-bottom:20px;}
.pro-form li label{width:8%;display:inline-block;height:40px;line-height:40px;text-align:right;vertical-align:top;color:#444;margin-right:2%;}
.pro-form li input{width:88%;background:#f5f5f5;border:none;border-radius:10px;overflow:hidden;height:40px;line-height:40px;padding:0 25px;box-sizing:border-box;color:#666;}
.pro-form li textarea{width:88%;height:120px;background:#f5f5f5;border:none;padding:25px;box-sizing:border-box;border-radius:10px;}
.pro-form li > span{position:absolute;right:0;top:0px;color:#ff0;}
.pro-form .submit{margin-left:calc(10% + 5px);}
.pro-form .form-btn-submit{width:120px;height:44px;line-height:44px;background:#122a88;border:none;font-size:16px;color:#fff;margin-right:20px;border-radius:5px;cursor:pointer;}
.pro-form .form-btn-reset{width:120px;height:44px;line-height:44px;background:#f39800;border:none;font-size:16px;color:#fff;border-radius:5px;cursor:pointer;}


        .p14-product-3-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .p14-product-3-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 30px;
            border-bottom: 2px solid #f39800;
            background:url(p14-icon11.png) no-repeat 0 center;
        }
        
        .p14-product-3-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            text-transform: uppercase;
            color: #c2c2c1;
        }
        
        .p14-product-3-list dl {
            float: left;
            width: 32%;
            margin-right: 2%;
            position: relative;
            box-sizing: border-box;
            overflow: hidden;
            margin-bottom:60px;
        }
        
        .p14-product-3-list dl:nth-child(3n) {
            margin-right: 0;
        }
        
        .p14-product-3-list dl img {
            display: block;
            width: 100%;
        }
        
        .p14-product-3-list dd {
            padding: 12px 20px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
        }
        
        .p14-product-3-list h4 {
            height: 22px;
            font-size: 16px;
            font-weight: normal;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-3-list h4 a {
            color: #fff;
        }
        
        .p14-product-3-desc {
            font-size: 14px;
            color: #fff;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-3-list dl:hover {
            border-color: #122a88;
        }
		
		
		
		                .pc-cx-tel-1 {
                    width: 930px;
                    height: 56px;
                    border-top: 2px solid #e6e6e6;
                    padding-top: 10px;
                    margin-left: -597px;
                    margin-bottom: 20px;
                }
                
                .pc-cx-tel-1-t1 {
                    width: 114px;
                    height: 44px;
                    background: #122a88;
                    font-size: 18px;
                    line-height: 44px;
                    text-align: center;
                    float: right;
                }
                
                .pc-cx-tel-1-t1 a {
                    display: block;
                    color: #fff;
                }
                
                .pc-cx-tel-1-t2 {
                    height: 56px;
                    padding-left: 70px;
                    background: url(pc-xc-icon2.png) no-repeat 10px top;
                    font-size: 18px;
                    line-height: 18px;
                    color: #454545;
                }
                
                .pc-cx-tel-1-t2 p {
                    line-height: 24px;
                }